projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f0fcf
)
Make mingw (cross-build) happy. Add <windows.h> for a __WIN32__ environment.
author
oliskoli
<oliskoli>
Thu, 16 Nov 2006 00:18:31 +0000
(
00:18
+0000)
committer
oliskoli
<oliskoli>
Thu, 16 Nov 2006 00:18:31 +0000
(
00:18
+0000)
kml.c
patch
|
blob
|
history
diff --git
a/kml.c
b/kml.c
index 8178a3f9582773bc67a8a3dcdbbc081193945fca..90e4b5e50740cb9572d4f7d38cb4f9d8c2583a3a 100644
(file)
--- a/
kml.c
+++ b/
kml.c
@@
-22,6
+22,10
@@
#include "defs.h"
#include "xmlgeneric.h"
+#ifdef __WIN32__
+# include <windows.h>
+#endif
+
// options
static char *opt_deficon = NULL;
static char *opt_export_lines = NULL;